CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server

搜索资源列表

  1. CalculatorWithSocket

    0下载:
  2. Swing calculator using socket (client and server)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6039
    • 提供者:dalila betty
  1. UPDASERVER

    0下载:
  2. socket编程,服务器端用来接收客户端发来的信息。-socket programming, client server to receive incoming messages.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2288204
    • 提供者:瞿震
  1. socket

    0下载:
  2. 实现Android客户端 新闻和视频媒体推送 调试成功 客户端和服务器 程序均有-Android client to achieve the news and video media push the successful commissioning client and server programs are
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:903077
    • 提供者:石腾腾
  1. socket

    0下载:
  2. 基于unix环境的多线程编程聊天室实现源码,能实现群聊功能。客服端可以设置20个,服务器端多个线程实现数据接收转发,数据采用生产者-消费者模式处理-Unix-based programming environment for multi-threaded chat room source code, to achieve a group chat feature. Client service can be set 20, the server receives multiple threads
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:10568
    • 提供者:杨健
  1. Computer-Networks-and-Internets

    0下载:
  2. 这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。-This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Pro
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9231260
    • 提供者:mammonlijing
  1. MailManagement

    0下载:
  2. 运行于Linux操作系统平台下的邮件收发系统,可以实现局域网内任意电脑之间的信息接收与发送。难点在于,要用Socket来实现客户机与服务器的通信,每个功能的实现,客户机需先给服务器发送一个对应请求,服务器应答之后,再由客户机将发送的邮件数据发给服务器,最后由服务器来发送和获取用户邮件。-Mail system running on the Linux operating system platform, you can achieve receive and send information b
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:188838
    • 提供者:李明
  1. Socket

    0下载:
  2. 改代码功能实现了Socket通信,客户端与服务器之间的通信。-Change the code functions to achieve the communication between the Socket communication, the client and the server.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:145529
    • 提供者:linxiaoyu
  1. Socket_CS

    0下载:
  2. C++控制台下C/S模式的socket通信服务端和测试用客户端,封装好的一个很简单的通信类,算是一个框架吧。本人初学者,在学习的过程中记录下来的源码。欢迎大家参考斧正。-C++ console under C/S mode socket communications server and test client package, packaged a very simple communications, be it a box. I am a beginner, recorded in the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:579412
    • 提供者:jelly
  1. TcpCommunication

    0下载:
  2. 使用C#语言Socket类TCP协议编写的Socket客户端和服务端通讯Demo,涉及到数据发送接收、多线程、监视器等操作。-Socket class using the C# language written protocol TCP Socket client and server communications Demo, involves sending and receiving data, multi-threaded, monitors and other operations.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:13971
    • 提供者:
  1. E01-TCPSocket

    0下载:
  2. 用socket实现客户端和服务器的连接通信-Achieved by connecting the communication socket client and server
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:59453
    • 提供者:蓝藻
  1. UNIX-NetWork-Programing_2.pdf.tar

    0下载:
  2. 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for
  3. 所属分类:Linux Network

    • 发布日期:2017-06-08
    • 文件大小:15493752
    • 提供者:李良
  1. SockFile

    0下载:
  2. 用socket传输文件,服务端和客户端都有。非个人原创,但可以学习下。-Transfer files with a socket, the server and the client has. Non-personal originality, but you can learn next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:405811
    • 提供者:qiugao2008
  1. 111-

    0下载:
  2. c++的网络编程程序,基于tcp流式套接字客户端服务器端数据传递-c++ network programming, tcp stream socket-based client-server data transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2851348
    • 提供者:徐明超
  1. socket

    0下载:
  2. linux 里面的socket完好封装。把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1044
    • 提供者:nddiffi
  1. Android-PC-socket

    0下载:
  2. android客户端与pc服务端通过Socket通信-pc android client and server communicate via Socket
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:16626
    • 提供者:张莹
  1. TcpDemo2

    0下载:
  2. 实现Socket客户端和服务端的交互,并且两边都能输入信息-Interact Socket client and server, and both sides can enter information
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:943
    • 提供者:黄培东
  1. socket

    0下载:
  2. 一个简单的在linux下的网络TCP测试程序代码,可以随意设置客户端IP,发送内容以及服务端IP-A simple in Linux network under the TCP test program code, you can set the IP client and server, sending content IP
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1268
    • 提供者:蔡晓佳
  1. Socket-based-chat-room

    0下载:
  2. 在.net环境下,使用C#编程实现基于Socket的聊天室,此软件有一个服务器,其它电脑运行客户端,可以实现,类似与QQ的聊天,选中私聊与所选成员进行聊天就可。-In the. Net environment using C# Programming Socket-based chat rooms, this software has a server, other computers running the client, you can achieve similar QQ chat, pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:377281
    • 提供者:鲍松松
  1. socket

    0下载:
  2. 用于两台电脑之间的无线通信,一个作为客户端,另一个作为服务器。-For wireless communication between two computers, one as a client and the other as a server.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:2190
    • 提供者:queqeu
  1. udp-socket

    0下载:
  2. socket网络套接字编程,udp包过滤源代码,实现服务器客户端包过滤过程-Socket network socket programming, udp packet filter source code, to achieve the server client packet filtering process
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:2076
    • 提供者:付琳琳
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com